home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tech91.zip / TI667.ASC < prev    next >
Text File  |  1991-08-26  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  667
  9.   VERSION  :  3.xx
  10.        OS  :  DOS
  11.      DATE  :  August 26, 1991                          PAGE  :  1/1
  12.  
  13.     TITLE  : Using Look-up Tables in PPROG & Paradox Runtime
  14.  
  15.  
  16.  
  17.  
  18.   When using RUNTIME to run an application created with the
  19.   Personal Programmer, any Look-up tables being used do not appear
  20.   on the screen when pressing <F1>.
  21.  
  22.   To enable this you must make a change in the code that is created
  23.   by PPROG:
  24.  
  25.      There is a section of code within the edit or data entry
  26.      module that uses a WAIT TABLE...UNTIL "F1"... You need to
  27.      remove the "F1".  Here is what to do:
  28.  
  29.        1) Play your application with Paradox.
  30.  
  31.        2) When you get to the spot where the Look-up should be,
  32.           press <Ctrl-Break>.
  33.  
  34.        3) Press <F2> to end the edit.  You will see the Cancel
  35.           Debug menu.
  36.  
  37.        4) Choose {Debug}, then press <Ctrl-E> to edit the script.
  38.  
  39.        5) You will be taken to the AppNameUTL script and the
  40.           section that contains the WAIT.  Delete the part that
  41.           says "F1", (ie: delete the F1 its quotes and following
  42.           comma).
  43.  
  44.        6) Be sure you leave the rest of the code intact (it will
  45.           say UNTIL "F2","F7"   etc).
  46.  
  47.        7) Press <F2> to save the script.
  48.  
  49.        8) Play the AppNameLIB script to rebuild the libraries.
  50.           Where AppName stands for the name of your application.
  51.  
  52.   This will need to be done for every different action defined, not
  53.   for every Look-up.   In other words, if this Look-up was in an
  54.   edit session, this will fix all look-ups occurring within an
  55.   edit.  If you also have a data entry or add session in your
  56.   application that uses a table lookup, you will have to repeat
  57.   this for one of the data entry and/or add Look-ups.  If your
  58.   application is modified you will have to repeat this procedure.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.